home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / progs / editor / frexxed / fpl / multiblock.fpl.readme < prev    next >
Text File  |  1995-07-18  |  860b  |  31 lines

  1. ############################################
  2. File:        MultiBlock.FPL
  3. Author:        Daniel Stenberg
  4. Email:        FidoNet 2:201/328, email dast@sth.frontec.se
  5. Short:         Enables easy access to multiple blocks
  6. Version:    1.1
  7. Date:        20.1.95
  8. Local settings:
  9. Global settings:
  10. Keysequence:    "Amiga t c" and "Amiga t p"
  11. Type:        hook
  12. Prereq:
  13. ############################################
  14.  
  15. FUNCTION
  16.   Gives the user easy access to a multitude of blocks!
  17.  
  18.   Press "amiga t c" followed by a key on the prompt, and the default block
  19. will be copied to the block name 'MultiBlock_<key>'.
  20.  
  21.   Press "amiga t p" followed by a key to paste the block named
  22. MultiBlock_<key>!
  23.  
  24.   Both key promptings can be aborted by pressing escape!
  25.  
  26. (No, this idea is not at all very much inspired by the GNU Emacs copy-region-
  27. to-register... )
  28.  
  29. HISTORY
  30.   1.1 - Replaced all occurences of Sprintf() with sprintf()!
  31.